home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for inc/real/code2/r3real.h
- // Auto generated file, do not modify by hand
- // Copyrights 2002, Realsoft Graphics Oy
-
- var R3_REAL_H = 1;
- include("real/layer/r3lislay.js")
-
-
- var R3CLID_REAL = 316;
-
-
- // ==== Methods ====
-
-
-
- R3REALM_GETANIMATOR = 316004;
-
- function _R3REALM_GETANIMATOR() {
- this.r3DoA(R3REALM_GETANIMATOR);
- }
-
-
- R3REALCM_INFO = 316005;
-
- function _R3REALCM_INFO() {
- this.r3DoA(R3REALCM_INFO);
- }
-
-
- R3REALM_GETFILER = 316006;
-
- function _R3REALM_GETFILER() {
- this.r3DoA(R3REALM_GETFILER);
- }
-
-
- R3REALM_GETMACRO = 316011;
-
- function _R3REALM_GETMACRO() {
- this.r3DoA(R3REALM_GETMACRO);
- }
-
-
- // ==== Attributes ====
-
-
- // R3REALA_reserved ?our gui i.e. the main window
- R3REALA_reserved = 316500;
- function SetR3REALA_reserved(value) {
- this.r3Set(R3REALA_reserved, value); // R3OBJ*
- }
-
- function GetR3REALA_reserved() {
- var value = 0;
- return this.r3Get(R3REALA_reserved, value); // R3OBJ*
- }
-
- // R3REALA_reserved2 ?message port for event reading
- R3REALA_reserved2 = 316501;
- function SetR3REALA_reserved2(value) {
- this.r3Set(R3REALA_reserved2, value); // R3OBJ*
- }
-
- function GetR3REALA_reserved2() {
- var value = 0;
- return this.r3Get(R3REALA_reserved2, value); // R3OBJ*
- }
-
- // R3REALA_LayerList ?main model
- R3REALA_LayerList = 316503;
- function SetR3REALA_LayerList(value) {
- this.r3Set(R3REALA_LayerList, value); // R3OBJ*
- }
-
- function GetR3REALA_LayerList() {
- var value = 0;
- return this.r3Get(R3REALA_LayerList, value); // R3OBJ*
- }
-
- // R3REALA_Info ?info model
- R3REALA_Info = 316504;
- function SetR3REALA_Info(value) {
- this.r3Set(R3REALA_Info, value); // R3OBJ*
- }
-
- function GetR3REALA_Info() {
- var value = 0;
- return this.r3Get(R3REALA_Info, value); // R3OBJ*
- }
-
- // R3REALA_Macro ?macro model
- R3REALA_Macro = 316505;
- function SetR3REALA_Macro(value) {
- this.r3Set(R3REALA_Macro, value); // R3OBJ*
- }
-
- function GetR3REALA_Macro() {
- var value = 0;
- return this.r3Get(R3REALA_Macro, value); // R3OBJ*
- }
-
- // R3REALA_RenderPort integerTCP/IP port number
- R3REALA_RenderPort = 316506;
- function SetR3REALA_RenderPort(value) {
- this.r3Set(R3REALA_RenderPort, value); // R3INT
- }
-
- function GetR3REALA_RenderPort() {
- var value = 0;
- return this.r3Get(R3REALA_RenderPort, value); // R3INT
- }
-
- // R3REALA_PluginsDir ?plugins folder
- R3REALA_PluginsDir = 316507;
- function SetR3REALA_PluginsDir(value) {
- this.r3Set(R3REALA_PluginsDir, value); // char*
- }
-
- function GetR3REALA_PluginsDir() {
- var value = "";
- return this.r3Get(R3REALA_PluginsDir, value); // char*
- }
-
-
-
- function r3Real () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_REAL, arguments);
- }
- // Methods
- this.GETANIMATOR=_R3REALM_GETANIMATOR;
- this.INFO=_R3REALCM_INFO;
- this.GETFILER=_R3REALM_GETFILER;
- this.GETMACRO=_R3REALM_GETMACRO;
-
- // Attributes
- this.Getreserved=GetR3REALA_reserved;
- this.Setreserved=SetR3REALA_reserved;
- this.Getreserved2=GetR3REALA_reserved2;
- this.Setreserved2=SetR3REALA_reserved2;
- this.GetLayerList=GetR3REALA_LayerList;
- this.SetLayerList=SetR3REALA_LayerList;
- this.GetInfo=GetR3REALA_Info;
- this.SetInfo=SetR3REALA_Info;
- this.GetMacro=GetR3REALA_Macro;
- this.SetMacro=SetR3REALA_Macro;
- this.GetRenderPort=GetR3REALA_RenderPort;
- this.SetRenderPort=SetR3REALA_RenderPort;
- this.GetPluginsDir=GetR3REALA_PluginsDir;
- this.SetPluginsDir=SetR3REALA_PluginsDir;
- }
-
- r3Real.prototype=new r3Listlayer;
- // inc/real/code2/r3real.h_H